@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800");

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
table {
  border-collapse: collapse; 
    font-family: Roboto;
    font-size: 14px;
}


table td {
    border-bottom: 0;
    font-weight: 500;
}


.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #031b4e; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #cdd4e0; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #cdd4e0; }
  .table tbody + tbody {
    border-top: 2px solid #cdd4e0; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #cdd4e0; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #cdd4e0; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #031b4e;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c6d4ff; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #95afff; }

.table-hover .table-primary:hover {
  background-color: #adc1ff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #adc1ff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d9dde5; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b9c1ce; }

.table-hover .table-secondary:hover {
  background-color: #cacfdb; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #cacfdb; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c8e9b8; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #99d67b; }

.table-hover .table-success:hover {
  background-color: #b9e3a5; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b9e3a5; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fcfcfd; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f9fafb; }

.table-hover .table-light:hover {
  background-color: #ededf3; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ededf3; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c8ccd3; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #99a0ae; }

.table-hover .table-dark:hover {
  background-color: #babfc8; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #babfc8; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #3b4863;
  border-color: #49597b; }

.table .thead-light th {
  color: #596882;
  background-color: #e3e7ed;
  border-color: #cdd4e0; }

.table-dark {
  color: #fff;
  background-color: #3b4863; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #49597b; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.table {
  color: #3b4863; }
  .table thead th,
  .table thead td {
    color: #7987a1;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: .5px;
    text-transform: uppercase;
    border-bottom-width: 1px;
    border-top-width: 0;
    padding: 0 15px 5px; }
  .table tbody tr {
    background-color: rgba(255, 255, 255, 0.5); }
    .table tbody tr th {
      font-weight: 500; }
  .table th,
  .table td {
    padding: 9px 15px;
    line-height: 1.462; }

.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: rgba(151, 163, 185, 0.1); }

.table-bordered thead th,
.table-bordered thead td {
  border-top-width: 1px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: rgba(255, 255, 255, 0.5); }

table.dataTable {
  border: 1px solid #cdd4e0; }
  table.dataTable.no-footer {
    border-bottom-color: #cdd4e0; }
  table.dataTable .btn, table.dataTable .sp-container button, .sp-container table.dataTable button {
    padding: 0.1rem 1rem;
    vertical-align: top;
    min-height: auto; }
  table.dataTable thead th,
  table.dataTable thead td {
    border-top-width: 0;
    border-bottom-width: 0;
    font-weight: 700;
    font-size: 12px;
    color: #1c273c; }
  table.dataTable thead .sorting_asc,
  table.dataTable thead .sorting_desc {
    background-image: none;
    background-color: #eceff3;
    position: relative; }
    table.dataTable thead .sorting_asc::after,
    table.dataTable thead .sorting_desc::after {
      font-family: 'Ionicons';
      font-size: 11px;
      position: absolute;
      line-height: 0;
      top: 50%;
      right: 10px; }
  table.dataTable thead .sorting_asc::after {
    content: '\f3d8'; }
  table.dataTable thead .sorting_desc::after {
    content: '\f3d0'; }
  table.dataTable thead .sorting {
    background-image: none;
    position: relative; }
    table.dataTable thead .sorting::before, table.dataTable thead .sorting::after {
      font-family: 'Ionicons';
      font-size: 11px;
      position: absolute;
      line-height: 0;
      right: 10px; }
    table.dataTable thead .sorting::before {
      content: '\f3d8';
      top: 40%; }
    table.dataTable thead .sorting::after {
      content: '\f3d0';
      top: 60%; }
  table.dataTable tbody td.sorting_1 {
    background-color: #f3f4f7; }
  table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before {
    top: 9.5px;
    left: 7px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 0;
    box-shadow: none;
    background-color: #cdd4e0;
    font-size: 14px;
    font-weight: 700;
    color: #97a3b9; }
  table.dataTable > tbody > tr.child ul.dtr-details {
    display: block; }
  table.dataTable > tbody > tr.child span.dtr-title {
    font-weight: 500; }

.dataTables_wrapper .dataTables_length {
  text-align: left; }
  @media (min-width: 576px) {
    .dataTables_wrapper .dataTables_length {
      float: left; } }
  .dataTables_wrapper .dataTables_length label {
    display: block;
    margin-bottom: 15px; }
  .dataTables_wrapper .dataTables_length .select2-container--default {
    margin-right: 5px; }
    .dataTables_wrapper .dataTables_length .select2-container--default .select2-selection--single {
      height: 32px;
      border-color: #cdd4e0;
      border-radius: 3px; }
      .dataTables_wrapper .dataTables_length .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 32px; }
      .dataTables_wrapper .dataTables_length .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 30px; }
        .dataTables_wrapper .dataTables_length .select2-container--default .select2-selection--single .select2-selection__arrow b {
          border-top-color: #97a3b9; }

.dataTables_wrapper .dataTables_filter {
  text-align: left; }
  @media (min-width: 576px) {
    .dataTables_wrapper .dataTables_filter {
      float: right;
      margin-top: 0; } }
  .dataTables_wrapper .dataTables_filter label {
    display: block;
    margin-bottom: 15px; }
  .dataTables_wrapper .dataTables_filter input {
    margin-left: 0;
    border: 1px solid #cdd4e0;
    padding: 5px 10px;
    line-height: 1.539;
    color: #031b4e;
    border-radius: 3px;
    width: 100%; }
    @media (min-width: 576px) {
      .dataTables_wrapper .dataTables_filter input {
        width: auto; } }
    .dataTables_wrapper .dataTables_filter input::placeholder {
      color: #97a3b9; }

.dataTables_wrapper .dataTables_info {
  margin-top: 15px;
  padding: 5px 0;
  text-align: left; }
  @media (min-width: 576px) {
    .dataTables_wrapper .dataTables_info {
      float: left; } }

.dataTables_wrapper .dataTables_paginate {
  padding-top: 0;
  margin-top: 15px;
  text-align: left; }
  @media (min-width: 576px) {
    .dataTables_wrapper .dataTables_paginate {
      float: right; } }
  .dataTables_wrapper .dataTables_paginate .paginate_button {
    background-color: #e3e7ed;
    padding: 5px 10px;
    margin: 0;
    border: 0;
    border-radius: 1px;
    transition: all 0.2s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .dataTables_wrapper .dataTables_paginate .paginate_button {
        transition: none; } }
    .dataTables_wrapper .dataTables_paginate .paginate_button + .paginate_button {
      margin-left: 3px; }
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:focus {
      background-color: #eceff3;
      color: #cdd4e0 !important; }
    .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
      margin-right: 3px; }
    .dataTables_wrapper .dataTables_paginate .paginate_button.next {
      margin-left: 3px; }
    .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
      border: 0;
      background-image: none;
      background-color: #cdd4e0;
      color: #031b4e !important; }
    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus {
      border: 0;
      background-image: none;
      background-color: #5b47fb;
      color: #fff !important; }
.simulaciones-table-container{
        padding: 0 100px;
}

.btn-indigo {
  color: #fff;
  background-color: #5b47fb;
  border-color: #452efa; 
  padding: 0.1rem 1rem;
    vertical-align: top;
    min-height: auto; 
    width: 38px;
    height: 38px;
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; 
    border-radius: 0;
}
  .btn-indigo:hover {
    color: #fff;
    background-color: #3a22fa;
    border-color: #1f05f0; }
  .btn-indigo:focus, .btn-indigo.focus {
    color: #fff;
    background-color: #3a22fa;
    border-color: #1f05f0;
    box-shadow: 0 0 0 0.2rem rgba(97, 77, 251, 0.5); }
  .btn-indigo.disabled, .btn-indigo:disabled {
    color: #fff;
    background-color: #5b47fb;
    border-color: #452efa; }
  .btn-indigo:not(:disabled):not(.disabled):active, .btn-indigo:not(:disabled):not(.disabled).active,
  .show > .btn-indigo.dropdown-toggle {
    color: #fff;
    background-color: #2f15fa;
    border-color: #1e05e4; }
    .btn-indigo:not(:disabled):not(.disabled):active:focus, .btn-indigo:not(:disabled):not(.disabled).active:focus,
    .show > .btn-indigo.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(97, 77, 251, 0.5);  
    
}

@media (max-width: 768px) {
    .simulaciones-table-container{
        padding: 0 1vw;
    }
}